Conversation
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_16 ran successfully. |
6344d94 to
1838afa
Compare
|
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_21 ran successfully. |
antonwolfy
left a comment
There was a problem hiding this comment.
Thank you @ndgrigorian for catching and resolving that
1838afa to
0cf8e0f
Compare
…ms when sorting a size-1 axis
|
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_53 ran successfully. |
|
@antonwolfy |
|
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_54 ran successfully. |
Some sorting algorithms used (in particular
radix_sort) assert that elements to be sorted must be greater than 1, and this can cause failures in debug builds, like coverageThis PR proposes a fix: copy in sort and memset to 0 in argsort when
sort_nelemsis 1